LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

ItemUpdated Event (ListWithEvents<T>)







Occurs when an item in the list is changed.
Syntax
public event EventHandler<DataEventArgs<T>> ItemUpdated
'Declaration
 
Public Event ItemUpdated As EventHandler(Of DataEventArgs(Of T))
'Usage
 
Dim instance As ListWithEvents(Of T)
Dim handler As EventHandler(Of DataEventArgs(Of T))
 
AddHandler instance.ItemUpdated, handler
public event EventHandler<DataEventArgs<T>> ItemUpdated
add_ItemUpdated(function(sender, e))
remove_ItemUpdated(function(sender, e))

public: __event EventHandler<DataEventArgs<T*>*>* ItemUpdated
public:
event EventHandler<DataEventArgs<T*>*>* ItemUpdated
Event Data

The event handler receives an argument of type DataEventArgs<TData> containing data related to this event. The following DataEventArgs<TData> properties provide information specific to this event.

PropertyDescription
Data Gets the argument data to pass to an event handler.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ListWithEvents<T> Class
ListWithEvents<T> Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.